home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CZTC21.CPP < prev    next >
C/C++ Source or Header  |  1997-06-07  |  2KB  |  97 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Zortech C++. (C++).
  5.  
  6.     Build cztc21.clb using:
  7.  
  8.         clint cztc21.cpp -L+cztc21.clb -I. %1 %2 %3 -3- -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39.  
  40. #pragma lint -w-tni
  41. #pragma lint -w-tns
  42. #pragma lint -w-rtm
  43.  
  44. #define __SC__            0x300
  45. #define __nan            0.0
  46. #define M_I86
  47. #define __ZTC__            0x210
  48.  
  49.  
  50. #include "assert.h"
  51. #include "bios.h"
  52. #include "complex.h"
  53. #include "conio.h"
  54. #include "ctype.h"
  55. #include "direct.h"
  56. #include "disp.h"
  57. #include "dos.h"
  58. //#include "dos16.h"
  59. #include "emm.h"
  60. #include "errno.h"
  61. #include "fcntl.h"
  62. //#include "fg.h"
  63. #include "float.h"
  64. #include "fstream.h"
  65. #include "generic.h"
  66. #include "handle.h"
  67. #include "int.h"
  68. #include "io.h"
  69. #include "iomanip.h"
  70. #include "iomdefs.h"
  71. #include "ios.h"
  72. #include "iostream.h"
  73. #include "istream.h"
  74. #include "limits.h"
  75. #include "locale.h"
  76. #include "math.h"
  77. #include "msmouse.h"
  78. #include "ostream.h"
  79. #include "page.h"
  80. #include "process.h"
  81. #include "setjmp.h"
  82. #include "share.h"
  83. #include "signal.h"
  84. #include "stdarg.h"
  85. #include "stddef.h"
  86. #include "stdio.h"
  87. #include "stdiostr.h"
  88. #include "stdlib.h"
  89. #include "streamb.h"
  90. #include "string.h"
  91. #include "strstrea.h"
  92. #include "time.h"
  93.  
  94. #include "sys/stat.h"
  95.  
  96. /* End of file. */
  97.